home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 6-Developer Demos / Developer Demos-Gen. / Aldus PageMaker 4.0 Demo / Global Cast / Global Cast.rsrc / TEXT_1411.txt < prev    next >
Text File  |  1990-06-04  |  483b  |  17 lines

  1. ‚Ǩ#macro to go to menu while continued
  2. if thechar='s' then call G12
  3. if thechar='S' then call G12
  4. if commanddown then skip 2
  5. exit
  6. #go to menu:
  7. if thechar='m' then call D87
  8. if thechar='M' then call D87
  9. # COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
  10. if thechar='q' then call D88
  11. if thechar='Q' then call D88
  12. #advance 10 frames
  13. if thechar='a' then govar frame+10
  14. if thechar='A' then govar frame+10
  15. #back up 10 frames
  16. if thechar='b' then govar frame-10
  17. if thechar='B' then govar frame-10Àá